go/types.tparamsList.at (method)

8 uses

	go/types (current package)
		infer.go#L513: 				tx := u.x.at(i)
		unify.go#L117: 		w.typ(d.at(i))
		unify.go#L223: func (d *tparamsList) at(i int) Type {
		unify.go#L269: 		t := d.at(i)
		unify.go#L336: 		return u.nifyEq(u.x.at(i), u.y.at(j), p)
		unify.go#L340: 		if tx := u.x.at(i); tx != nil {
		unify.go#L349: 		if ty := u.y.at(j); ty != nil {